home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / inmemory / test.dfm / test.txt
Text File  |  1996-04-08  |  737b  |  40 lines

  1. object Form1: TForm1
  2.   Left = 373
  3.   Top = 202
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnDestroy = FormDestroy
  13.   TextHeight = 16
  14.   object Button1: TButton
  15.     Left = 176
  16.     Top = 40
  17.     Width = 89
  18.     Height = 33
  19.     Caption = 'Button1'
  20.     TabOrder = 0
  21.     OnClick = Button1Click
  22.   end
  23.   object DBGrid1: TDBGrid
  24.     Left = 120
  25.     Top = 104
  26.     Width = 225
  27.     Height = 120
  28.     DataSource = DataSource1
  29.     TabOrder = 1
  30.     TitleFont.Color = clWindowText
  31.     TitleFont.Height = -13
  32.     TitleFont.Name = 'System'
  33.     TitleFont.Style = []
  34.   end
  35.   object DataSource1: TDataSource
  36.     Left = 64
  37.     Top = 116
  38.   end
  39. end
  40.